Remove guardrails ack flag and de-OpenAI README#5
Merged
Conversation
The verbose --i-understand-that-this-will-be-running-without-the-usual-guardrails CLI flag added unnecessary friction to starting Symphony. Remove it along with the banner and associated test. Also strip OpenAI-specific URLs and model references from the README, replacing them with generic placeholders.
The project lives at the repo root now, so the cd elixir prefixes in hooks are wrong. Also points the clone URL at toodimes/symphony.
The prompt had massive redundancy — the same rules were restated across Default posture, Status map, Step 0, Step 1, Step 2, Guardrails, and Completion bar sections. Merged overlapping sections, eliminated duplicate instructions, and condensed 23 execution sub-steps into 9.
The in-repo WORKFLOW.md now uses team_key instead of project_slug, string-form active_states, updated clone URL and hook paths.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Context
Removes unnecessary friction from Symphony startup and makes the codebase less OpenAI-specific.
TL;DR
Remove the verbose
--i-understand-that-this-will-be-running-without-the-usual-guardrailsCLI flag and strip OpenAI references from the README.Summary
require_guardrails_acknowledgement/1andacknowledgement_banner/0functionsAlternatives
Test Plan
mix test test/symphony_elixir/cli_test.exs— all 6 tests pass